projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a9c410
)
VT-d: Call pci_enable_acs() in pci_add_device_ext()
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 23 Nov 2009 07:03:01 +0000
(07:03 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 23 Nov 2009 07:03:01 +0000
(07:03 +0000)
Signed-off-by: Allen Kay allen.m.kay@intel.com
xen/drivers/passthrough/pci.c
patch
|
blob
|
history
diff --git
a/xen/drivers/passthrough/pci.c
b/xen/drivers/passthrough/pci.c
index d0bae649956996b52a2e92db8a1b44b8c580acbd..31a969f5c25bcae403941cf734f5e1cf3109fb92 100644
(file)
--- a/
xen/drivers/passthrough/pci.c
+++ b/
xen/drivers/passthrough/pci.c
@@
-222,6
+222,7
@@
int pci_add_device_ext(u8 bus, u8 devfn, struct pci_dev_info *info)
goto out;
list_add(&pdev->domain_list, &dom0->arch.pdev_list);
+ pci_enable_acs(pdev);
}
out: